From 3090c4dabf3dc44fa0768103d3073aa8ee51b7ee Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 15 Jul 2013 09:03:47 -0700 Subject: [PATCH] * src/image.c (Fimage_flush): Fix doc typo. --- src/ChangeLog | 4 ++++ src/image.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 588f2933eff..f62c8abeddc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-07-15 Glenn Morris + + * image.c (Fimage_flush): Fix doc typo. + 2013-03-11 Glenn Morris * Version 24.3 released. diff --git a/src/image.c b/src/image.c index ce36699767d..e084119a04e 100644 --- a/src/image.c +++ b/src/image.c @@ -1563,7 +1563,7 @@ which is then usually a filename. */) DEFUN ("image-flush", Fimage_flush, Simage_flush, 1, 2, 0, - doc: /* Fush the image with specification SPEC on frame FRAME. + doc: /* Flush the image with specification SPEC on frame FRAME. This removes the image from the Emacs image cache. If SPEC specifies an image file, the next redisplay of this image will read from the current contents of that file. -- 2.30.2